CurrencyStyle Class

Represents the style for currency values.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class CurrencyStyle : Style
Inheritance
Object    Style    CurrencyStyle

Constructors

CurrencyStyle Initializes a new instance of the CurrencyStyle class.
CurrencyStyle(String) Initializes a new instance of the CurrencyStyle class.

Properties

AutoOrder Specifies whether data is ordered to match the default order for the language and country of a data style.
Country Contains a country code for a data style.
DisplayName Specifies the name of a style.
(Inherited from Style)
IsVolatile Specifies whether unused style in a document are retained or discarded by consumers.
Language Contains a language code.
Name Specifies names that are used for referencing style.
(Inherited from Style)
Number Specifies the display formatting properties for a decimal number.
PrefixCurrencySymbolText Specifies the string that is displayed before currency symbol.
StyleMappings Contains a collection of StyleMapping objects.
SuffixCurrencySymbolText Specifies the string that is displayed after currency symbol.
Symbol Specifies whether a currency symbol is displayed in a currency style.
TextProperties Specifies formatting properties for text.
Title Specifies the title of a data style.
TransliterationCountry Specifies the country code in conformance with [RFC5646].
TransliterationFormat Specifies which number characters to use.
TransliterationLanguage Specifies the language code in conformance with [RFC5646].
TransliterationStyle Specifies the transliteration-format of a number system.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current CurrencyStyle object to its equivalent string representation.
(Overrides ObjectToString)

See Also